3.432 \(\int \frac{\sqrt{1-x}}{\sqrt{-x} \sqrt{1+x}} \, dx\)

Optimal. Leaf size=12 \[ -2 E\left (\left .\sin ^{-1}\left (\sqrt{-x}\right )\right |-1\right ) \]

[Out]

-2*EllipticE[ArcSin[Sqrt[-x]], -1]

________________________________________________________________________________________

Rubi [A]  time = 0.0040121, antiderivative size = 12, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.042, Rules used = {110} \[ -2 E\left (\left .\sin ^{-1}\left (\sqrt{-x}\right )\right |-1\right ) \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[1 - x]/(Sqrt[-x]*Sqrt[1 + x]),x]

[Out]

-2*EllipticE[ArcSin[Sqrt[-x]], -1]

Rule 110

Int[Sqrt[(e_) + (f_.)*(x_)]/(Sqrt[(b_.)*(x_)]*Sqrt[(c_) + (d_.)*(x_)]), x_Symbol] :> Simp[(2*Sqrt[e]*Rt[-(b/d)
, 2]*EllipticE[ArcSin[Sqrt[b*x]/(Sqrt[c]*Rt[-(b/d), 2])], (c*f)/(d*e)])/b, x] /; FreeQ[{b, c, d, e, f}, x] &&
NeQ[d*e - c*f, 0] && GtQ[c, 0] && GtQ[e, 0] &&  !LtQ[-(b/d), 0]

Rubi steps

\begin{align*} \int \frac{\sqrt{1-x}}{\sqrt{-x} \sqrt{1+x}} \, dx &=-2 E\left (\left .\sin ^{-1}\left (\sqrt{-x}\right )\right |-1\right )\\ \end{align*}

Mathematica [C]  time = 0.0261283, size = 66, normalized size = 5.5 \[ -\frac{2 x \sqrt{1-x^2} \left (x \, _2F_1\left (\frac{1}{2},\frac{3}{4};\frac{7}{4};x^2\right )-3 \, _2F_1\left (\frac{1}{4},\frac{1}{2};\frac{5}{4};x^2\right )\right )}{3 \sqrt{1-x} \sqrt{-x (x+1)}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[1 - x]/(Sqrt[-x]*Sqrt[1 + x]),x]

[Out]

(-2*x*Sqrt[1 - x^2]*(-3*Hypergeometric2F1[1/4, 1/2, 5/4, x^2] + x*Hypergeometric2F1[1/2, 3/4, 7/4, x^2]))/(3*S
qrt[1 - x]*Sqrt[-(x*(1 + x))])

________________________________________________________________________________________

Maple [A]  time = 0.097, size = 17, normalized size = 1.4 \begin{align*} 2\,\sqrt{2}{\it EllipticE} \left ( \sqrt{1+x},1/2\,\sqrt{2} \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1-x)^(1/2)/(-x)^(1/2)/(1+x)^(1/2),x)

[Out]

2*2^(1/2)*EllipticE((1+x)^(1/2),1/2*2^(1/2))

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{-x + 1}}{\sqrt{-x} \sqrt{x + 1}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)^(1/2)/(-x)^(1/2)/(1+x)^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(-x + 1)/(sqrt(-x)*sqrt(x + 1)), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (-\frac{\sqrt{-x} \sqrt{x + 1} \sqrt{-x + 1}}{x^{2} + x}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)^(1/2)/(-x)^(1/2)/(1+x)^(1/2),x, algorithm="fricas")

[Out]

integral(-sqrt(-x)*sqrt(x + 1)*sqrt(-x + 1)/(x^2 + x), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{1 - x}}{\sqrt{- x} \sqrt{x + 1}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)**(1/2)/(-x)**(1/2)/(1+x)**(1/2),x)

[Out]

Integral(sqrt(1 - x)/(sqrt(-x)*sqrt(x + 1)), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{-x + 1}}{\sqrt{-x} \sqrt{x + 1}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)^(1/2)/(-x)^(1/2)/(1+x)^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(-x + 1)/(sqrt(-x)*sqrt(x + 1)), x)